home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 November / PCW1101.ISO / HowTo / Codecutter / CC 11- 01 - Animation.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  2001-09-23  |  2KB  |  99 lines

  1. object Form1: TForm1
  2.   Left = 265
  3.   Top = 255
  4.   Width = 441
  5.   Height = 172
  6.   Caption = 'Code Cutter - November 2001 : Animation!'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object imgBackground: TImage
  18.     Left = 16
  19.     Top = 16
  20.     Width = 400
  21.     Height = 50
  22.     Picture.Data = {<image000.bmp>}
  23.   end
  24.   object imgBall: TImage
  25.     Left = 192
  26.     Top = 136
  27.     Width = 50
  28.     Height = 50
  29.     Picture.Data = {<image001.bmp>}
  30.     Visible = False
  31.   end
  32.   object imgMask: TImage
  33.     Left = 248
  34.     Top = 136
  35.     Width = 50
  36.     Height = 50
  37.     Picture.Data = {<image002.bmp>}
  38.     Visible = False
  39.   end
  40.   object imgBackSave: TImage
  41.     Left = 304
  42.     Top = 136
  43.     Width = 50
  44.     Height = 50
  45.     Visible = False
  46.   end
  47.   object Speed: TLabel
  48.     Left = 264
  49.     Top = 120
  50.     Width = 31
  51.     Height = 13
  52.     Caption = 'Speed'
  53.   end
  54.   object Panel1: TPanel
  55.     Left = 16
  56.     Top = 80
  57.     Width = 137
  58.     Height = 57
  59.     BevelInner = bvLowered
  60.     Caption = 'Panel1'
  61.     TabOrder = 2
  62.     OnClick = Panel1Click
  63.     object Image2: TImage
  64.       Left = 8
  65.       Top = 8
  66.       Width = 121
  67.       Height = 40
  68.       Picture.Data = {<image003.bmp>}
  69.       OnClick = Panel1Click
  70.     end
  71.   end
  72.   object btnGo: TButton
  73.     Left = 336
  74.     Top = 96
  75.     Width = 73
  76.     Height = 33
  77.     Caption = 'Go !'
  78.     TabOrder = 0
  79.     OnClick = btnGoClick
  80.   end
  81.   object SpinEdit1: TSpinEdit
  82.     Left = 264
  83.     Top = 96
  84.     Width = 41
  85.     Height = 22
  86.     MaxValue = 50
  87.     MinValue = 1
  88.     TabOrder = 1
  89.     Value = 1
  90.   end
  91.   object Timer1: TTimer
  92.     Enabled = False
  93.     Interval = 50
  94.     OnTimer = Timer1Timer
  95.     Left = 160
  96.     Top = 136
  97.   end
  98. end
  99.